home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / mechacatdestructo.swf / scripts / frame_42 / PlaceObject2_967_258 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-10-01  |  221b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(scrollUp == true)
  3.    {
  4.       _parent.txt_highScore.scroll--;
  5.    }
  6.    else if(scrollDown == true)
  7.    {
  8.       _parent.txt_highScore.scroll = _parent.txt_highScore.scroll + 1;
  9.    }
  10. }
  11.